Html Css Color HEX #BB3FCB Medium Orchid

📋 copy color: '#BB3FCB'

red 187 ◦ green 63 ◦ blue 203

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

Shades of Medium Orchid #BB3FCB

Tints of Medium Orchid #BB3FCB

RGB

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

 GREEN value IS 63 (25% from 255) = 13.91%

 BLUE value IS 203 (79.69% from 255) = 44.81%

R = 41.28%
G = 13.91%
B = 44.81%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB3FCB (or 0xBB3FCB) is known color: Medium Orchid. HEX triplet: BB, 3F and CB. RGB value is (187,63,203). Sum of RGB (Red+Green+Blue) = 187+63+203=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 63 (25% from 255 or 13.91% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB3FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3FCB is #44C034. Grayscale: #737373. Windows color (decimal): -4505653 or 13320123. OLE color: 13320123.

HSL color Cylindrical-coordinate representation of color #BB3FCB: hue angle of 293.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB3FCB is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 63 203 -
CMYK 0.08 0.69 0 0.20
HSL 293.14º 0.57% 0.52% -
HSV(B) 293.14º 0.69% 0.8% -
XYZ 33.05 18.43 58.32 -
YUV 116.04 177.08 178.62 -
System Red Green Blue C M Y K H S L
Decimal 187 63 203 0.08 0.69 0 0.20 293.14 0.57 0.52
Hex BB 3F CB 8 45 0 14 125 39 34
Octal 273 77 313 10 105 0 24 445 71 64
Binary 10111011 111111 11001011 1000 1000101 0 10100 100100101 111001 110100

Color Harmonies of #BB3FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3FCB

Black with #BB3FCB

Text Example


Text Example

White with #BB3FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3FCB; }

 p { color: rgb(187,63,203); }

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

background-color css

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

 a { background-color: rgb(187,63,203); }

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

border-color css

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

 span { border-color: rgb(187,63,203); }

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