Html Css Color HEX #BB4BEC Medium Orchid

📋 copy color: '#BB4BEC'

red 187 ◦ green 75 ◦ blue 236

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

Shades of Medium Orchid #BB4BEC

Tints of Medium Orchid #BB4BEC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.06%

 BLUE value IS 236 (92.58% from 255) = 47.39%

R = 37.55%
G = 15.06%
B = 47.39%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB4BEC (or 0xBB4BEC) is known color: Medium Orchid. HEX triplet: BB, 4B and EC. RGB value is (187,75,236). Sum of RGB (Red+Green+Blue) = 187+75+236=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 75 (29.69% from 255 or 15.06% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB4BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB4BEC is #44B413. Grayscale: #7E7E7E. Windows color (decimal): -4502548 or 15485883. OLE color: 15485883.

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

Color convert

RGB 187 75 236 -
CMYK 0.21 0.68 0 0.07
HSL 281.74º 0.81% 0.61% -
HSV(B) 281.74º 0.68% 0.93% -
XYZ 38.15 21.65 81.53 -
YUV 126.84 189.61 170.91 -
System Red Green Blue C M Y K H S L
Decimal 187 75 236 0.21 0.68 0 0.07 281.74 0.81 0.61
Hex BB 4B EC 15 44 0 7 11A 51 3D
Octal 273 113 354 25 104 0 7 432 121 75
Binary 10111011 1001011 11101100 10101 1000100 0 111 100011010 1010001 111101

Color Harmonies of #BB4BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4BEC

Black with #BB4BEC

Text Example


Text Example

White with #BB4BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4BEC; }

 p { color: rgb(187,75,236); }

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

background-color css

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

 a { background-color: rgb(187,75,236); }

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

border-color css

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

 span { border-color: rgb(187,75,236); }

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