Html Css Color HEX #BB3CFD Medium Orchid

📋 copy color: '#BB3CFD'

red 187 ◦ green 60 ◦ blue 253

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

Shades of Medium Orchid #BB3CFD

Tints of Medium Orchid #BB3CFD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12%

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

R = 37.4%
G = 12%
B = 50.6%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB3CFD (or 0xBB3CFD) is known color: Medium Orchid. HEX triplet: BB, 3C and FD. RGB value is (187,60,253). Sum of RGB (Red+Green+Blue) = 187+60+253=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 60 (23.83% from 255 or 12% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB3CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3CFD is #44C302. Grayscale: #777777. Windows color (decimal): -4506371 or 16596155. OLE color: 16596155.

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

Color convert

RGB 187 60 253 -
CMYK 0.26 0.76 0 0.01
HSL 279.48º 0.98% 0.61% -
HSV(B) 279.48º 0.76% 0.99% -
XYZ 39.84 20.89 94.86 -
YUV 119.98 203.08 175.81 -
System Red Green Blue C M Y K H S L
Decimal 187 60 253 0.26 0.76 0 0.01 279.48 0.98 0.61
Hex BB 3C FD 1A 4C 0 1 117 62 3D
Octal 273 74 375 32 114 0 1 427 142 75
Binary 10111011 111100 11111101 11010 1001100 0 1 100010111 1100010 111101

Color Harmonies of #BB3CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3CFD

Black with #BB3CFD

Text Example


Text Example

White with #BB3CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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