Html Css Color HEX #BB4BDF Medium Orchid

📋 copy color: '#BB4BDF'

red 187 ◦ green 75 ◦ blue 223

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

Shades of Medium Orchid #BB4BDF

Tints of Medium Orchid #BB4BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 38.56%
G = 15.46%
B = 45.98%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB4BDF (or 0xBB4BDF) is known color: Medium Orchid. HEX triplet: BB, 4B and DF. RGB value is (187,75,223). Sum of RGB (Red+Green+Blue) = 187+75+223=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 75 (29.69% from 255 or 15.46% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB4BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4BDF is #44B420. Grayscale: #7C7C7C. Windows color (decimal): -4502561 or 14633915. OLE color: 14633915.

HSL color Cylindrical-coordinate representation of color #BB4BDF: hue angle of 285.41º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB4BDF is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 75 223 -
CMYK 0.16 0.66 0 0.13
HSL 285.41º 0.7% 0.58% -
HSV(B) 285.41º 0.66% 0.87% -
XYZ 36.33 20.92 71.94 -
YUV 125.36 183.11 171.97 -
System Red Green Blue C M Y K H S L
Decimal 187 75 223 0.16 0.66 0 0.13 285.41 0.7 0.58
Hex BB 4B DF 10 42 0 D 11D 46 3A
Octal 273 113 337 20 102 0 15 435 106 72
Binary 10111011 1001011 11011111 10000 1000010 0 1101 100011101 1000110 111010

Color Harmonies of #BB4BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4BDF

Black with #BB4BDF

Text Example


Text Example

White with #BB4BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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