Html Css Color HEX #BB66F3 Medium Orchid

📋 copy color: '#BB66F3'

red 187 ◦ green 102 ◦ blue 243

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

Shades of Medium Orchid #BB66F3

Tints of Medium Orchid #BB66F3

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.17%

 BLUE value IS 243 (95.31% from 255) = 45.68%

R = 35.15%
G = 19.17%
B = 45.68%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB66F3 (or 0xBB66F3) is known color: Medium Orchid. HEX triplet: BB, 66 and F3. RGB value is (187,102,243). Sum of RGB (Red+Green+Blue) = 187+102+243=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 102 (40.23% from 255 or 19.17% from 532); Blue value is 243 (95.31% from 255 or 45.68% from 532); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB66F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB66F3 is #44990C. Grayscale: #8F8F8F. Windows color (decimal): -4495629 or 15951547. OLE color: 15951547.

HSL color Cylindrical-coordinate representation of color #BB66F3: hue angle of 276.17º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB66F3 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 102 243 -
CMYK 0.23 0.58 0 0.05
HSL 276.17º 0.85% 0.68% -
HSV(B) 276.17º 0.58% 0.95% -
XYZ 41.42 26.54 87.73 -
YUV 143.49 184.16 159.04 -
System Red Green Blue C M Y K H S L
Decimal 187 102 243 0.23 0.58 0 0.05 276.17 0.85 0.68
Hex BB 66 F3 17 3A 0 5 114 55 44
Octal 273 146 363 27 72 0 5 424 125 104
Binary 10111011 1100110 11110011 10111 111010 0 101 100010100 1010101 1000100

Color Harmonies of #BB66F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB66F3

Black with #BB66F3

Text Example


Text Example

White with #BB66F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB66F3; }

 p { color: rgb(187,102,243); }

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

background-color css

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

 a { background-color: rgb(187,102,243); }

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

border-color css

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

 span { border-color: rgb(187,102,243); }

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