Html Css Color HEX #BB65EB Medium Orchid

📋 copy color: '#BB65EB'

red 187 ◦ green 101 ◦ blue 235

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

Shades of Medium Orchid #BB65EB

Tints of Medium Orchid #BB65EB

RGB

 RED value IS 187 (73.44% from 255) = 35.76%

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

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

R = 35.76%
G = 19.31%
B = 44.93%

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

#BB65EB (or 0xBB65EB) is known color: Medium Orchid. HEX triplet: BB, 65 and EB. RGB value is (187,101,235). Sum of RGB (Red+Green+Blue) = 187+101+235=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 101 (39.84% from 255 or 19.31% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB65EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB65EB is #449A14. Grayscale: #8D8D8D. Windows color (decimal): -4495893 or 15427003. OLE color: 15427003.

HSL color Cylindrical-coordinate representation of color #BB65EB: hue angle of 278.51º 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 #BB65EB is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 101 235 -
CMYK 0.20 0.57 0 0.08
HSL 278.51º 0.77% 0.66% -
HSV(B) 278.51º 0.57% 0.92% -
XYZ 40.14 25.87 81.47 -
YUV 141.99 180.49 160.1 -
System Red Green Blue C M Y K H S L
Decimal 187 101 235 0.20 0.57 0 0.08 278.51 0.77 0.66
Hex BB 65 EB 14 39 0 8 117 4D 42
Octal 273 145 353 24 71 0 10 427 115 102
Binary 10111011 1100101 11101011 10100 111001 0 1000 100010111 1001101 1000010

Color Harmonies of #BB65EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB65EB

Black with #BB65EB

Text Example


Text Example

White with #BB65EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB65EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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