Html Css Color HEX #B25DEA Medium Orchid

📋 copy color: '#B25DEA'

red 178 ◦ green 93 ◦ blue 234

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

Shades of Medium Orchid #B25DEA

Tints of Medium Orchid #B25DEA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.42%

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

R = 35.25%
G = 18.42%
B = 46.34%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B25DEA (or 0xB25DEA) is known color: Medium Orchid. HEX triplet: B2, 5D and EA. RGB value is (178,93,234). Sum of RGB (Red+Green+Blue) = 178+93+234=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #B25DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25DEA is #4DA215. Grayscale: #868686. Windows color (decimal): -5087766 or 15359410. OLE color: 15359410.

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

Color convert

RGB 178 93 234 -
CMYK 0.24 0.60 0 0.08
HSL 276.17º 0.77% 0.64% -
HSV(B) 276.17º 0.6% 0.92% -
XYZ 37.13 23.23 80.37 -
YUV 134.49 184.16 159.04 -
System Red Green Blue C M Y K H S L
Decimal 178 93 234 0.24 0.60 0 0.08 276.17 0.77 0.64
Hex B2 5D EA 18 3C 0 8 114 4D 40
Octal 262 135 352 30 74 0 10 424 115 100
Binary 10110010 1011101 11101010 11000 111100 0 1000 100010100 1001101 1000000

Color Harmonies of #B25DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25DEA

Black with #B25DEA

Text Example


Text Example

White with #B25DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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