Html Css Color HEX #BB69CF Medium Orchid

📋 copy color: '#BB69CF'

red 187 ◦ green 105 ◦ blue 207

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

Shades of Medium Orchid #BB69CF

Tints of Medium Orchid #BB69CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.48%

R = 37.47%
G = 21.04%
B = 41.48%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB69CF (or 0xBB69CF) is known color: Medium Orchid. HEX triplet: BB, 69 and CF. RGB value is (187,105,207). Sum of RGB (Red+Green+Blue) = 187+105+207=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB69CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB69CF is #449630. Grayscale: #8C8C8C. Windows color (decimal): -4494897 or 13593019. OLE color: 13593019.

HSL color Cylindrical-coordinate representation of color #BB69CF: hue angle of 288.24º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB69CF is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 105 207 -
CMYK 0.10 0.49 0 0.19
HSL 288.24º 0.52% 0.61% -
HSV(B) 288.24º 0.49% 0.81% -
XYZ 36.81 25.17 61.95 -
YUV 141.15 165.17 160.71 -
System Red Green Blue C M Y K H S L
Decimal 187 105 207 0.10 0.49 0 0.19 288.24 0.52 0.61
Hex BB 69 CF A 31 0 13 120 34 3D
Octal 273 151 317 12 61 0 23 440 64 75
Binary 10111011 1101001 11001111 1010 110001 0 10011 100100000 110100 111101

Color Harmonies of #BB69CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB69CF

Black with #BB69CF

Text Example


Text Example

White with #BB69CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB69CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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