Html Css Color HEX #BB30DA Medium Orchid

📋 copy color: '#BB30DA'

red 187 ◦ green 48 ◦ blue 218

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

Shades of Medium Orchid #BB30DA

Tints of Medium Orchid #BB30DA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.6%

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

R = 41.28%
G = 10.6%
B = 48.12%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB30DA (or 0xBB30DA) is known color: Medium Orchid. HEX triplet: BB, 30 and DA. RGB value is (187,48,218). Sum of RGB (Red+Green+Blue) = 187+48+218=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 48 (19.14% from 255 or 10.60% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB30DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB30DA is #44CF25. Grayscale: #6C6C6C. Windows color (decimal): -4509478 or 14299323. OLE color: 14299323.

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

Color convert

RGB 187 48 218 -
CMYK 0.14 0.78 0 0.15
HSL 289.06º 0.7% 0.52% -
HSV(B) 289.06º 0.78% 0.85% -
XYZ 34.21 17.74 67.95 -
YUV 108.94 189.55 183.68 -
System Red Green Blue C M Y K H S L
Decimal 187 48 218 0.14 0.78 0 0.15 289.06 0.7 0.52
Hex BB 30 DA E 4E 0 F 121 46 34
Octal 273 60 332 16 116 0 17 441 106 64
Binary 10111011 110000 11011010 1110 1001110 0 1111 100100001 1000110 110100

Color Harmonies of #BB30DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB30DA

Black with #BB30DA

Text Example


Text Example

White with #BB30DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB30DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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