Html Css Color HEX #BB3FCF Medium Orchid

📋 copy color: '#BB3FCF'

red 187 ◦ green 63 ◦ blue 207

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

Shades of Medium Orchid #BB3FCF

Tints of Medium Orchid #BB3FCF

RGB

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

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

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

R = 40.92%
G = 13.79%
B = 45.3%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB3FCF (or 0xBB3FCF) is known color: Medium Orchid. HEX triplet: BB, 3F and CF. RGB value is (187,63,207). Sum of RGB (Red+Green+Blue) = 187+63+207=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 63 (25% from 255 or 13.79% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB3FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3FCF is #44C030. Grayscale: #747474. Windows color (decimal): -4505649 or 13582267. OLE color: 13582267.

HSL color Cylindrical-coordinate representation of color #BB3FCF: hue angle of 291.67º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB3FCF is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 63 207 -
CMYK 0.10 0.70 0 0.19
HSL 291.67º 0.6% 0.53% -
HSV(B) 291.67º 0.7% 0.81% -
XYZ 33.53 18.62 60.86 -
YUV 116.49 179.08 178.29 -
System Red Green Blue C M Y K H S L
Decimal 187 63 207 0.10 0.70 0 0.19 291.67 0.6 0.53
Hex BB 3F CF A 46 0 13 124 3C 35
Octal 273 77 317 12 106 0 23 444 74 65
Binary 10111011 111111 11001111 1010 1000110 0 10011 100100100 111100 110101

Color Harmonies of #BB3FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3FCF

Black with #BB3FCF

Text Example


Text Example

White with #BB3FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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