Html Css Color HEX #BB84D4 East Side

📋 copy color: '#BB84D4'

red 187 ◦ green 132 ◦ blue 212

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

Shades of East Side #BB84D4

Tints of East Side #BB84D4

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.86%

 BLUE value IS 212 (83.2% from 255) = 39.92%

R = 35.22%
G = 24.86%
B = 39.92%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BB84D4 (or 0xBB84D4) is known color: East Side. HEX triplet: BB, 84 and D4. RGB value is (187,132,212). Sum of RGB (Red+Green+Blue) = 187+132+212=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 212 (83.20% from 255 or 39.92% from 531); Max value from RGB is 212 - color contains mainly: blue. Hex color #BB84D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB84D4 is #447B2B. Grayscale: #9D9D9D. Windows color (decimal): -4487980 or 13927611. OLE color: 13927611.

HSL color Cylindrical-coordinate representation of color #BB84D4: hue angle of 281.25º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB84D4 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 132 212 -
CMYK 0.12 0.38 0 0.17
HSL 281.25º 0.48% 0.67% -
HSV(B) 281.25º 0.38% 0.83% -
XYZ 40.63 31.82 66.29 -
YUV 157.57 158.72 149 -
System Red Green Blue C M Y K H S L
Decimal 187 132 212 0.12 0.38 0 0.17 281.25 0.48 0.67
Hex BB 84 D4 C 26 0 11 119 30 43
Octal 273 204 324 14 46 0 21 431 60 103
Binary 10111011 10000100 11010100 1100 100110 0 10001 100011001 110000 1000011

Color Harmonies of #BB84D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB84D4

Black with #BB84D4

Text Example


Text Example

White with #BB84D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB84D4; }

 p { color: rgb(187,132,212); }

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

background-color css

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

 a { background-color: rgb(187,132,212); }

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

border-color css

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

 span { border-color: rgb(187,132,212); }

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