Html Css Color HEX #B838CC Medium Orchid

📋 copy color: '#B838CC'

red 184 ◦ green 56 ◦ blue 204

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

Shades of Medium Orchid #B838CC

Tints of Medium Orchid #B838CC

RGB

 RED value IS 184 (72.27% from 255) = 41.44%

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

 BLUE value IS 204 (80.08% from 255) = 45.95%

R = 41.44%
G = 12.61%
B = 45.95%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B838CC (or 0xB838CC) is known color: Medium Orchid. HEX triplet: B8, 38 and CC. RGB value is (184,56,204). Sum of RGB (Red+Green+Blue) = 184+56+204=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 56 (22.27% from 255 or 12.61% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #B838CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B838CC is #47C733. Grayscale: #6E6E6E. Windows color (decimal): -4704052 or 13383864. OLE color: 13383864.

HSL color Cylindrical-coordinate representation of color #B838CC: hue angle of 291.89º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B838CC is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 184 56 204 -
CMYK 0.10 0.73 0 0.2
HSL 291.89º 0.59% 0.51% -
HSV(B) 291.89º 0.73% 0.8% -
XYZ 32.08 17.38 58.79 -
YUV 111.14 180.41 179.97 -
System Red Green Blue C M Y K H S L
Decimal 184 56 204 0.10 0.73 0 0.2 291.89 0.59 0.51
Hex B8 38 CC A 49 0 14 124 3B 33
Octal 270 70 314 12 111 0 24 444 73 63
Binary 10111000 111000 11001100 1010 1001001 0 10100 100100100 111011 110011

Color Harmonies of #B838CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B838CC

Black with #B838CC

Text Example


Text Example

White with #B838CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B838CC; }

 p { color: rgb(184,56,204); }

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

background-color css

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

 a { background-color: rgb(184,56,204); }

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

border-color css

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

 span { border-color: rgb(184,56,204); }

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