Html Css Color HEX #BB65CC Medium Orchid

📋 copy color: '#BB65CC'

red 187 ◦ green 101 ◦ blue 204

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

Shades of Medium Orchid #BB65CC

Tints of Medium Orchid #BB65CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.46%

R = 38.01%
G = 20.53%
B = 41.46%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB65CC (or 0xBB65CC) is known color: Medium Orchid. HEX triplet: BB, 65 and CC. RGB value is (187,101,204). Sum of RGB (Red+Green+Blue) = 187+101+204=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB65CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB65CC is #449A33. Grayscale: #8A8A8A. Windows color (decimal): -4495924 or 13395387. OLE color: 13395387.

HSL color Cylindrical-coordinate representation of color #BB65CC: hue angle of 290.1º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB65CC is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 101 204 -
CMYK 0.08 0.50 0 0.2
HSL 290.1º 0.5% 0.6% -
HSV(B) 290.1º 0.5% 0.8% -
XYZ 36.05 24.23 59.9 -
YUV 138.46 164.99 162.62 -
System Red Green Blue C M Y K H S L
Decimal 187 101 204 0.08 0.50 0 0.2 290.1 0.5 0.6
Hex BB 65 CC 8 32 0 14 122 32 3C
Octal 273 145 314 10 62 0 24 442 62 74
Binary 10111011 1100101 11001100 1000 110010 0 10100 100100010 110010 111100

Color Harmonies of #BB65CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB65CC

Black with #BB65CC

Text Example


Text Example

White with #BB65CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB65CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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