Html Css Color HEX #B25CCC Medium Orchid

📋 copy color: '#B25CCC'

red 178 ◦ green 92 ◦ blue 204

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

Shades of Medium Orchid #B25CCC

Tints of Medium Orchid #B25CCC

RGB

 RED value IS 178 (69.92% from 255) = 37.55%

 GREEN value IS 92 (36.33% from 255) = 19.41%

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

R = 37.55%
G = 19.41%
B = 43.04%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B25CCC (or 0xB25CCC) is known color: Medium Orchid. HEX triplet: B2, 5C and CC. RGB value is (178,92,204). Sum of RGB (Red+Green+Blue) = 178+92+204=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #B25CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25CCC is #4DA333. Grayscale: #828282. Windows color (decimal): -5088052 or 13393074. OLE color: 13393074.

HSL color Cylindrical-coordinate representation of color #B25CCC: hue angle of 286.07º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B25CCC is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 92 204 -
CMYK 0.13 0.55 0 0.2
HSL 286.07º 0.52% 0.58% -
HSV(B) 286.07º 0.55% 0.8% -
XYZ 33.09 21.48 59.53 -
YUV 130.48 169.49 161.89 -
System Red Green Blue C M Y K H S L
Decimal 178 92 204 0.13 0.55 0 0.2 286.07 0.52 0.58
Hex B2 5C CC D 37 0 14 11E 34 3A
Octal 262 134 314 15 67 0 24 436 64 72
Binary 10110010 1011100 11001100 1101 110111 0 10100 100011110 110100 111010

Color Harmonies of #B25CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25CCC

Black with #B25CCC

Text Example


Text Example

White with #B25CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25CCC; }

 p { color: rgb(178,92,204); }

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

background-color css

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

 a { background-color: rgb(178,92,204); }

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

border-color css

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

 span { border-color: rgb(178,92,204); }

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