Html Css Color HEX #BB4CFD Medium Orchid

📋 copy color: '#BB4CFD'

red 187 ◦ green 76 ◦ blue 253

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

Shades of Medium Orchid #BB4CFD

Tints of Medium Orchid #BB4CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.73%

 BLUE value IS 253 (99.22% from 255) = 49.03%

R = 36.24%
G = 14.73%
B = 49.03%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB4CFD (or 0xBB4CFD) is known color: Medium Orchid. HEX triplet: BB, 4C and FD. RGB value is (187,76,253). Sum of RGB (Red+Green+Blue) = 187+76+253=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 76 (30.08% from 255 or 14.73% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB4CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB4CFD is #44B302. Grayscale: #808080. Windows color (decimal): -4502275 or 16600251. OLE color: 16600251.

HSL color Cylindrical-coordinate representation of color #BB4CFD: hue angle of 277.63º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB4CFD is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 76 253 -
CMYK 0.26 0.70 0 0.01
HSL 277.63º 0.98% 0.65% -
HSV(B) 277.63º 0.7% 0.99% -
XYZ 40.81 22.83 95.18 -
YUV 129.37 197.77 169.11 -
System Red Green Blue C M Y K H S L
Decimal 187 76 253 0.26 0.70 0 0.01 277.63 0.98 0.65
Hex BB 4C FD 1A 46 0 1 116 62 41
Octal 273 114 375 32 106 0 1 426 142 101
Binary 10111011 1001100 11111101 11010 1000110 0 1 100010110 1100010 1000001

Color Harmonies of #BB4CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4CFD

Black with #BB4CFD

Text Example


Text Example

White with #BB4CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4CFD; }

 p { color: rgb(187,76,253); }

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

background-color css

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

 a { background-color: rgb(187,76,253); }

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

border-color css

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

 span { border-color: rgb(187,76,253); }

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