Html Css Color HEX #BB4FED Medium Orchid

📋 copy color: '#BB4FED'

red 187 ◦ green 79 ◦ blue 237

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

Shades of Medium Orchid #BB4FED

Tints of Medium Orchid #BB4FED

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.71%

 BLUE value IS 237 (92.97% from 255) = 47.12%

R = 37.18%
G = 15.71%
B = 47.12%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB4FED (or 0xBB4FED) is known color: Medium Orchid. HEX triplet: BB, 4F and ED. RGB value is (187,79,237). Sum of RGB (Red+Green+Blue) = 187+79+237=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 79 (31.25% from 255 or 15.71% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB4FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB4FED is #44B012. Grayscale: #808080. Windows color (decimal): -4501523 or 15552443. OLE color: 15552443.

HSL color Cylindrical-coordinate representation of color #BB4FED: hue angle of 281.01º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB4FED is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 79 237 -
CMYK 0.21 0.67 0 0.07
HSL 281.01º 0.81% 0.62% -
HSV(B) 281.01º 0.67% 0.93% -
XYZ 38.58 22.27 82.39 -
YUV 129.3 188.78 169.15 -
System Red Green Blue C M Y K H S L
Decimal 187 79 237 0.21 0.67 0 0.07 281.01 0.81 0.62
Hex BB 4F ED 15 43 0 7 119 51 3E
Octal 273 117 355 25 103 0 7 431 121 76
Binary 10111011 1001111 11101101 10101 1000011 0 111 100011001 1010001 111110

Color Harmonies of #BB4FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4FED

Black with #BB4FED

Text Example


Text Example

White with #BB4FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4FED; }

 p { color: rgb(187,79,237); }

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

background-color css

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

 a { background-color: rgb(187,79,237); }

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

border-color css

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

 span { border-color: rgb(187,79,237); }

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