Html Css Color HEX #B25CCA Medium Orchid

📋 copy color: '#B25CCA'

red 178 ◦ green 92 ◦ blue 202

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

Shades of Medium Orchid #B25CCA

Tints of Medium Orchid #B25CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.8%

R = 37.71%
G = 19.49%
B = 42.8%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B25CCA (or 0xB25CCA) is known color: Medium Orchid. HEX triplet: B2, 5C and CA. RGB value is (178,92,202). Sum of RGB (Red+Green+Blue) = 178+92+202=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #B25CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25CCA is #4DA335. Grayscale: #818181. Windows color (decimal): -5088054 or 13262002. OLE color: 13262002.

HSL color Cylindrical-coordinate representation of color #B25CCA: hue angle of 286.91º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B25CCA is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 92 202 -
CMYK 0.12 0.54 0 0.21
HSL 286.91º 0.51% 0.58% -
HSV(B) 286.91º 0.54% 0.79% -
XYZ 32.85 21.38 58.27 -
YUV 130.25 168.49 162.06 -
System Red Green Blue C M Y K H S L
Decimal 178 92 202 0.12 0.54 0 0.21 286.91 0.51 0.58
Hex B2 5C CA C 36 0 15 11F 33 3A
Octal 262 134 312 14 66 0 25 437 63 72
Binary 10110010 1011100 11001010 1100 110110 0 10101 100011111 110011 111010

Color Harmonies of #B25CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25CCA

Black with #B25CCA

Text Example


Text Example

White with #B25CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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