Html Css Color HEX #BB35DA Medium Orchid

📋 copy color: '#BB35DA'

red 187 ◦ green 53 ◦ blue 218

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

Shades of Medium Orchid #BB35DA

Tints of Medium Orchid #BB35DA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.57%

 BLUE value IS 218 (85.55% from 255) = 47.6%

R = 40.83%
G = 11.57%
B = 47.6%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB35DA (or 0xBB35DA) is known color: Medium Orchid. HEX triplet: BB, 35 and DA. RGB value is (187,53,218). Sum of RGB (Red+Green+Blue) = 187+53+218=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 53 (21.09% from 255 or 11.57% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB35DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB35DA is #44CA25. Grayscale: #6F6F6F. Windows color (decimal): -4508198 or 14300603. OLE color: 14300603.

HSL color Cylindrical-coordinate representation of color #BB35DA: hue angle of 288.73º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB35DA is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 53 218 -
CMYK 0.14 0.76 0 0.15
HSL 288.73º 0.69% 0.53% -
HSV(B) 288.73º 0.76% 0.85% -
XYZ 34.42 18.17 68.02 -
YUV 111.88 187.89 181.58 -
System Red Green Blue C M Y K H S L
Decimal 187 53 218 0.14 0.76 0 0.15 288.73 0.69 0.53
Hex BB 35 DA E 4C 0 F 121 45 35
Octal 273 65 332 16 114 0 17 441 105 65
Binary 10111011 110101 11011010 1110 1001100 0 1111 100100001 1000101 110101

Color Harmonies of #BB35DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB35DA

Black with #BB35DA

Text Example


Text Example

White with #BB35DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB35DA; }

 p { color: rgb(187,53,218); }

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

background-color css

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

 a { background-color: rgb(187,53,218); }

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

border-color css

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

 span { border-color: rgb(187,53,218); }

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