Html Css Color HEX #BB69CC Medium Orchid

📋 copy color: '#BB69CC'

red 187 ◦ green 105 ◦ blue 204

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

Shades of Medium Orchid #BB69CC

Tints of Medium Orchid #BB69CC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.17%

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

R = 37.7%
G = 21.17%
B = 41.13%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB69CC (or 0xBB69CC) is known color: Medium Orchid. HEX triplet: BB, 69 and CC. RGB value is (187,105,204). Sum of RGB (Red+Green+Blue) = 187+105+204=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB69CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB69CC is #449633. Grayscale: #8C8C8C. Windows color (decimal): -4494900 or 13396411. OLE color: 13396411.

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

Color convert

RGB 187 105 204 -
CMYK 0.08 0.49 0 0.2
HSL 289.7º 0.49% 0.61% -
HSV(B) 289.7º 0.49% 0.8% -
XYZ 36.44 25.03 60.04 -
YUV 140.8 163.67 160.95 -
System Red Green Blue C M Y K H S L
Decimal 187 105 204 0.08 0.49 0 0.2 289.7 0.49 0.61
Hex BB 69 CC 8 31 0 14 122 31 3D
Octal 273 151 314 10 61 0 24 442 61 75
Binary 10111011 1101001 11001100 1000 110001 0 10100 100100010 110001 111101

Color Harmonies of #BB69CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB69CC

Black with #BB69CC

Text Example


Text Example

White with #BB69CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB69CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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