Html Css Color HEX #B25BFD Medium Orchid

📋 copy color: '#B25BFD'

red 178 ◦ green 91 ◦ blue 253

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

Shades of Medium Orchid #B25BFD

Tints of Medium Orchid #B25BFD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.43%

 BLUE value IS 253 (99.22% from 255) = 48.47%

R = 34.1%
G = 17.43%
B = 48.47%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B25BFD (or 0xB25BFD) is known color: Medium Orchid. HEX triplet: B2, 5B and FD. RGB value is (178,91,253). Sum of RGB (Red+Green+Blue) = 178+91+253=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 91 (35.94% from 255 or 17.43% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #B25BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25BFD is #4DA402. Grayscale: #868686. Windows color (decimal): -5088259 or 16604082. OLE color: 16604082.

HSL color Cylindrical-coordinate representation of color #B25BFD: hue angle of 272.22º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B25BFD is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 91 253 -
CMYK 0.30 0.64 0 0.01
HSL 272.22º 0.98% 0.67% -
HSV(B) 272.22º 0.64% 0.99% -
XYZ 39.83 24.04 95.47 -
YUV 135.48 194.32 158.33 -
System Red Green Blue C M Y K H S L
Decimal 178 91 253 0.30 0.64 0 0.01 272.22 0.98 0.67
Hex B2 5B FD 1E 40 0 1 110 62 43
Octal 262 133 375 36 100 0 1 420 142 103
Binary 10110010 1011011 11111101 11110 1000000 0 1 100010000 1100010 1000011

Color Harmonies of #B25BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25BFD

Black with #B25BFD

Text Example


Text Example

White with #B25BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25BFD; }

 p { color: rgb(178,91,253); }

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

background-color css

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

 a { background-color: rgb(178,91,253); }

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

border-color css

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

 span { border-color: rgb(178,91,253); }

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