Html Css Color HEX #BB4BED Medium Orchid

📋 copy color: '#BB4BED'

red 187 ◦ green 75 ◦ blue 237

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

Shades of Medium Orchid #BB4BED

Tints of Medium Orchid #BB4BED

RGB

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

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

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

R = 37.47%
G = 15.03%
B = 47.49%

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

#BB4BED (or 0xBB4BED) is known color: Medium Orchid. HEX triplet: BB, 4B and ED. RGB value is (187,75,237). Sum of RGB (Red+Green+Blue) = 187+75+237=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 75 (29.69% from 255 or 15.03% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB4BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB4BED is #44B412. Grayscale: #7E7E7E. Windows color (decimal): -4502547 or 15551419. OLE color: 15551419.

HSL color Cylindrical-coordinate representation of color #BB4BED: hue angle of 281.48º degrees, saturation: 0.82, 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 #BB4BED is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 75 237 -
CMYK 0.21 0.68 0 0.07
HSL 281.48º 0.82% 0.61% -
HSV(B) 281.48º 0.68% 0.93% -
XYZ 38.3 21.71 82.29 -
YUV 126.96 190.11 170.83 -
System Red Green Blue C M Y K H S L
Decimal 187 75 237 0.21 0.68 0 0.07 281.48 0.82 0.61
Hex BB 4B ED 15 44 0 7 119 52 3D
Octal 273 113 355 25 104 0 7 431 122 75
Binary 10111011 1001011 11101101 10101 1000100 0 111 100011001 1010010 111101

Color Harmonies of #BB4BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4BED

Black with #BB4BED

Text Example


Text Example

White with #BB4BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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