Html Css Color HEX #BD65EB Medium Orchid

📋 copy color: '#BD65EB'

red 189 ◦ green 101 ◦ blue 235

#BD65EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BD65EB

Tints of Medium Orchid #BD65EB

RGB

 RED value IS 189 (74.22% from 255) = 36%

 GREEN value IS 101 (39.84% from 255) = 19.24%

 BLUE value IS 235 (92.19% from 255) = 44.76%

R = 36%
G = 19.24%
B = 44.76%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD65EB (or 0xBD65EB) is known color: Medium Orchid. HEX triplet: BD, 65 and EB. RGB value is (189,101,235). Sum of RGB (Red+Green+Blue) = 189+101+235=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD65EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD65EB is #429A14. Grayscale: #8E8E8E. Windows color (decimal): -4364821 or 15427005. OLE color: 15427005.

HSL color Cylindrical-coordinate representation of color #BD65EB: hue angle of 279.4º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD65EB is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 101 235 -
CMYK 0.20 0.57 0 0.08
HSL 279.4º 0.77% 0.66% -
HSV(B) 279.4º 0.57% 0.92% -
XYZ 40.64 26.12 81.5 -
YUV 142.59 180.15 161.1 -
System Red Green Blue C M Y K H S L
Decimal 189 101 235 0.20 0.57 0 0.08 279.4 0.77 0.66
Hex BD 65 EB 14 39 0 8 117 4D 42
Octal 275 145 353 24 71 0 10 427 115 102
Binary 10111101 1100101 11101011 10100 111001 0 1000 100010111 1001101 1000010

Color Harmonies of #BD65EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD65EB

Black with #BD65EB

Text Example


Text Example

White with #BD65EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD65EB; }

 p { color: rgb(189,101,235); }

 H1.HeaderClassName
 {
   color: #BD65EB;
 }
 .AnyTagClassName
 {
   color: #BD65EB;
 }
</style>

background-color css

<style>
 a { background-color: #BD65EB; }

 a { background-color: rgb(189,101,235); }

 div.DivClassName
 {
   background-color: #BD65EB;
 }
 .BgClassName
 {
   background-color: #BD65EB;
 }
</style>

border-color css

<style>
 span { border-color: #BD65EB; }

 span { border-color: rgb(189,101,235); }

 td.TdClassName
 {
   border-color: #BD65EB;
 }
 .TagClassName
 {
   border-color: #BD65EB;
 }
</style>