Html Css Color HEX #B25CFB Medium Orchid

📋 copy color: '#B25CFB'

red 178 ◦ green 92 ◦ blue 251

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

Shades of Medium Orchid #B25CFB

Tints of Medium Orchid #B25CFB

RGB

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

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

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

R = 34.17%
G = 17.66%
B = 48.18%

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

#B25CFB (or 0xB25CFB) is known color: Medium Orchid. HEX triplet: B2, 5C and FB. RGB value is (178,92,251). Sum of RGB (Red+Green+Blue) = 178+92+251=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 92 (36.33% from 255 or 17.66% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #B25CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25CFB is #4DA304. Grayscale: #878787. Windows color (decimal): -5088005 or 16473266. OLE color: 16473266.

HSL color Cylindrical-coordinate representation of color #B25CFB: hue angle of 272.45º 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 #B25CFB is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 92 251 -
CMYK 0.29 0.63 0 0.02
HSL 272.45º 0.95% 0.67% -
HSV(B) 272.45º 0.63% 0.98% -
XYZ 39.6 24.08 93.83 -
YUV 135.84 192.99 158.07 -
System Red Green Blue C M Y K H S L
Decimal 178 92 251 0.29 0.63 0 0.02 272.45 0.95 0.67
Hex B2 5C FB 1D 3F 0 2 110 5F 43
Octal 262 134 373 35 77 0 2 420 137 103
Binary 10110010 1011100 11111011 11101 111111 0 10 100010000 1011111 1000011

Color Harmonies of #B25CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25CFB

Black with #B25CFB

Text Example


Text Example

White with #B25CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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