Html Css Color HEX #BB36FD Medium Orchid

📋 copy color: '#BB36FD'

red 187 ◦ green 54 ◦ blue 253

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

Shades of Medium Orchid #BB36FD

Tints of Medium Orchid #BB36FD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.93%

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

R = 37.85%
G = 10.93%
B = 51.21%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB36FD (or 0xBB36FD) is known color: Medium Orchid. HEX triplet: BB, 36 and FD. RGB value is (187,54,253). Sum of RGB (Red+Green+Blue) = 187+54+253=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 54 (21.48% from 255 or 10.93% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB36FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB36FD is #44C902. Grayscale: #737373. Windows color (decimal): -4507907 or 16594619. OLE color: 16594619.

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

Color convert

RGB 187 54 253 -
CMYK 0.26 0.79 0 0.01
HSL 280.1º 0.98% 0.6% -
HSV(B) 280.1º 0.79% 0.99% -
XYZ 39.54 20.29 94.76 -
YUV 116.45 205.06 178.32 -
System Red Green Blue C M Y K H S L
Decimal 187 54 253 0.26 0.79 0 0.01 280.1 0.98 0.6
Hex BB 36 FD 1A 4F 0 1 118 62 3C
Octal 273 66 375 32 117 0 1 430 142 74
Binary 10111011 110110 11111101 11010 1001111 0 1 100011000 1100010 111100

Color Harmonies of #BB36FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB36FD

Black with #BB36FD

Text Example


Text Example

White with #BB36FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB36FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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