Html Css Color HEX #BB38D4 Medium Orchid

📋 copy color: '#BB38D4'

red 187 ◦ green 56 ◦ blue 212

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

Shades of Medium Orchid #BB38D4

Tints of Medium Orchid #BB38D4

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.31%

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

R = 41.1%
G = 12.31%
B = 46.59%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BB38D4 (or 0xBB38D4) is known color: Medium Orchid. HEX triplet: BB, 38 and D4. RGB value is (187,56,212). Sum of RGB (Red+Green+Blue) = 187+56+212=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 56 (22.27% from 255 or 12.31% from 455); Blue value is 212 (83.20% from 255 or 46.59% from 455); Max value from RGB is 212 - color contains mainly: blue. Hex color #BB38D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB38D4 is #44C72B. Grayscale: #707070. Windows color (decimal): -4507436 or 13908155. OLE color: 13908155.

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

Color convert

RGB 187 56 212 -
CMYK 0.12 0.74 0 0.17
HSL 290.38º 0.64% 0.53% -
HSV(B) 290.38º 0.74% 0.83% -
XYZ 33.79 18.15 64.01 -
YUV 112.95 183.9 180.82 -
System Red Green Blue C M Y K H S L
Decimal 187 56 212 0.12 0.74 0 0.17 290.38 0.64 0.53
Hex BB 38 D4 C 4A 0 11 122 40 35
Octal 273 70 324 14 112 0 21 442 100 65
Binary 10111011 111000 11010100 1100 1001010 0 10001 100100010 1000000 110101

Color Harmonies of #BB38D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB38D4

Black with #BB38D4

Text Example


Text Example

White with #BB38D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB38D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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