Html Css Color HEX #B25CEA Medium Orchid

📋 copy color: '#B25CEA'

red 178 ◦ green 92 ◦ blue 234

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

Shades of Medium Orchid #B25CEA

Tints of Medium Orchid #B25CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.43%

R = 35.32%
G = 18.25%
B = 46.43%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B25CEA (or 0xB25CEA) is known color: Medium Orchid. HEX triplet: B2, 5C and EA. RGB value is (178,92,234). Sum of RGB (Red+Green+Blue) = 178+92+234=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #B25CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25CEA is #4DA315. Grayscale: #858585. Windows color (decimal): -5088022 or 15359154. OLE color: 15359154.

HSL color Cylindrical-coordinate representation of color #B25CEA: hue angle of 276.34º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B25CEA is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 92 234 -
CMYK 0.24 0.61 0 0.08
HSL 276.34º 0.77% 0.64% -
HSV(B) 276.34º 0.61% 0.92% -
XYZ 37.04 23.06 80.34 -
YUV 133.9 184.49 159.45 -
System Red Green Blue C M Y K H S L
Decimal 178 92 234 0.24 0.61 0 0.08 276.34 0.77 0.64
Hex B2 5C EA 18 3D 0 8 114 4D 40
Octal 262 134 352 30 75 0 10 424 115 100
Binary 10110010 1011100 11101010 11000 111101 0 1000 100010100 1001101 1000000

Color Harmonies of #B25CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25CEA

Black with #B25CEA

Text Example


Text Example

White with #B25CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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