Html Css Color HEX #B25DFB Medium Orchid

📋 copy color: '#B25DFB'

red 178 ◦ green 93 ◦ blue 251

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

Shades of Medium Orchid #B25DFB

Tints of Medium Orchid #B25DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.08%

R = 34.1%
G = 17.82%
B = 48.08%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B25DFB (or 0xB25DFB) is known color: Medium Orchid. HEX triplet: B2, 5D and FB. RGB value is (178,93,251). Sum of RGB (Red+Green+Blue) = 178+93+251=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 93 (36.72% from 255 or 17.82% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #B25DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25DFB is #4DA204. Grayscale: #878787. Windows color (decimal): -5087749 or 16473522. OLE color: 16473522.

HSL color Cylindrical-coordinate representation of color #B25DFB: hue angle of 272.28º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B25DFB is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 93 251 -
CMYK 0.29 0.63 0 0.02
HSL 272.28º 0.95% 0.67% -
HSV(B) 272.28º 0.63% 0.98% -
XYZ 39.69 24.26 93.86 -
YUV 136.43 192.66 157.65 -
System Red Green Blue C M Y K H S L
Decimal 178 93 251 0.29 0.63 0 0.02 272.28 0.95 0.67
Hex B2 5D FB 1D 3F 0 2 110 5F 43
Octal 262 135 373 35 77 0 2 420 137 103
Binary 10110010 1011101 11111011 11101 111111 0 10 100010000 1011111 1000011

Color Harmonies of #B25DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25DFB

Black with #B25DFB

Text Example


Text Example

White with #B25DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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